IApi.RemoveModuleConfiguration 方法

移除已配置裝置。

命名空間IntervalZero.KINGSTAR.Base.Api

組合: IntervalZero.KINGSTAR.Base.Api (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
KsError RemoveModuleConfiguration(
       int ConfigurationIndex
)
Function RemoveModuleConfiguration(
       ConfigurationIndex As Integer
) As KsError

參數

ConfigurationIndex

型別:int

已配置裝置的索引。

回傳值

型別:KsError

方法的回傳值。

可用的 EtherCAT 狀態

ecatOffline

範例

C#
N/A

參見

IApi 介面

IntervalZero.KINGSTAR.Base.Api 命名空間